home *** CD-ROM | disk | FTP | other *** search
/ Acorn User: China / Acorn User China CD-ROM (UK) (Disc A) / Acorn User China CD-ROM (UK) (Disc A).bin / DEMON / GNU / GNUPLOT.ARC / !GnuPlot_ReadMe_RISCOS < prev    next >
Encoding:
Text File  |  1993-07-14  |  2.0 KB  |  68 lines

  1. RISC OS specific features and commands.
  2. ---------------------------------------
  3.  
  4. TERMINALS:
  5.  
  6. - Some terminal drivers are included. These are: PostScript, various
  7.   TeX drivers, a MetaFont driver, HPGL, DXF and PCL.
  8.  
  9. - There are two terminal types specific to RISC OS: arcsprite and
  10.   arcdraw. These terminals will display their output in a window, from
  11.   which you can save the diagram.
  12.  
  13. - The zoom factor for a new viewer will default to the last zoom factor
  14.   set (i.e. the way Paint does it).
  15.  
  16. - The `clear' command for these terminals will close the window that has
  17.   been opened last.
  18.  
  19. - an extra command `viewers' can be used to give a list of all viewers
  20.   currently opened.  
  21.  
  22. COMMAND LINE:
  23.  
  24. - This gnuplot supports command line editing.
  25.  
  26. - screen output can be saved using the menu that appears over the main
  27.   window.
  28.  
  29. - the history list can be saved too.
  30.  
  31. WORK DIRECTORY:
  32.  
  33. - The RISC OS system variable `GnuPlot$WorkDir' points to the work
  34.   directory.
  35.  
  36. - The `cd' command will affect this variable.
  37.  
  38. - The `dir' command has been introduced to display all files in the
  39.   current work directory. Directory entries will be enclosed in square
  40.   brackets (`[' and `]').
  41.  
  42. PERFORMANCE:
  43.  
  44. - gnuplot should multitask in the desktop. This can be controlled by the
  45.   RISC OS system variable `GnuPlot%TimeSlice', which must be set before
  46.   the program starts.
  47.  
  48. SET COMMAND:
  49.  
  50. - Use `timeslice' to alter the timeslice. You can do so while the program
  51.   is running - no need to restart gnuplot.
  52.  
  53. - Use `maxdrawviewers' to change the maximum number of Draw viewers that
  54.   may be open simultaneously. `maxspriteviewers' is the equivalent for
  55.   Sprite viewers. NOT IMPLEMENTED YET.
  56.  
  57. - `{no}askviewerclose' will (not) instruct gnuplot to remind you that
  58.   the viewer you want to close has not been saved. NOT IMPLEMENTED YET.
  59.  
  60. COMMANDS:
  61.  
  62. - `exit' cannot be abbreviated to `ex' any longer.
  63.  
  64. DOCUMENTS:
  65.  
  66. - For Impression users, a special program has been included that can
  67.   convert the gnuplot document into a DDF file.
  68.